@charset "UTF-8";

/* ------------------------------------------

CSS styles for consolidated header file.
Updated: 9 December 2015

------------------------------------------ */

/* Banner Ads
--------------------------------------------*/

#ad_space_filler {
	margin: 5px auto 20px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ad_space {
	margin: 5px auto 20px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.adLeaderboard {
	padding: 0;
	margin: 0 auto;
	width: 728px;
	border: 1px solid #ccc;
	height: 90px;
}

.container {
	margin: 0 auto;
	width: 760px;
}

#hdr-container {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* Header
--------------------------------------------*/
.header {
	margin: 0 auto 25px;
	display: block;
	width: 760px;
	height: auto;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header h1 {
	display: inline;
	padding: 0;
	margin: 0 0 5px;
	height: 33px;
	font-size: xx-large;
	float: left;
}
.header h1 img {
	vertical-align: top;
}

.aa-plus-logo {
	color: #31bac7;
	margin-left: -3px;
}

#aa-logo-header .aa-logo-link {
	text-decoration: none;
}


/* Greeting goodies
--------------------------------------------*/

div#greeting-alignment-div {
	display: block;
	height: 20px;
}

ul#greeting {
	height:1.15em;
	vertical-align:baseline;
	float: right;
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#greeting a {
	text-decoration:none;
}

#greeting li {
	color: #333;
	float: left;
	*padding-bottom:0.5em; /*IE*/
	font-size:1em;
	margin: 0px 0px 0px 15px;
}

ul#greeting li span {
	font-style:italic;
}

ul#greeting a {
	color:#666;
	font-weight:400;
	display: inline-block;
}

ul#greeting a:hover {
	color:#900;
}

ul#greeting a img {
	vertical-align: baseline !important;
}

ul#greeting li strong {
	color:#900;
}

ul#greeting li strong:hover {
	text-decoration: underline;
}

#breadcrumb.logo {
	padding: 0.3em 3em !important;
	background: url(/global/assets/images/logos/bds-20.png) no-repeat 0.8em 0;
	height: 21px;
	margin: 2px;
}

#breadcrumb {
	margin: 0;
	padding: .5em !important;
	float: left;
	font-size: 11px !important;
	text-transform: lowercase;
}

#breadcrumb a {
	color: #111;
	text-decoration: none;
}

#breadcrumb a:first-child {
	text-decoration: underline;
}


/* Top Nav Bar
--------------------------------------------*/

.navbar,
.footer_nav {
	clear: both;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	height: 25px;
	z-index: 999;
}

.top-menu {
	display: block;
	margin: 0;
	float: right;
	line-height: 1.0;
	list-style: none;
	height: 25px;
	z-index: 999;

}

.top-menu li {
	float: left;
	position: relative;
	margin: 0;
	height: 25px;
	line-height: 25px;
}

.top-menu a {
	color: #000;
	padding: 0 20px 0 5px;
	display: block;
	text-decoration: none;
}

.top-menu li:hover,
.top-menu a:focus,
.top-menu a:hover,
.top-menu a:active {
	outline: 0;
	background-color: #ccc;
	text-align: left;
	text-decoration: none;
	color: #000;
}

.top-menu ul li {
	margin: 0 0 0 -40px;
	white-space: nowrap;
}

.nav-sub-indicator {
	position: absolute;
	display: block;
	right: 0.7em !important; /*positions arrows from right*/
	top: 0.7em !important; /*positions arrows from the top*/
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('/assets/images/navigation/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

.top-menu .nav-upgrade-list-item:hover {
	background-color: #f1f1f1;
}

.btn.nav-upgrade-button {
	background: linear-gradient(#00cb00, #00b500);
	border: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin: 1px 5px 1.5px 0;
	padding: 1px 16px;
	text-shadow: none;
}

.btn.nav-upgrade-button:hover {
	background: linear-gradient(#03b403, #039103);
	color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
.navbar ul ul {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	top: 100%;
	z-index: 1495;
	padding: 0 0 0 40px !important;
	margin: 0;
}


/* Display Dropdowns on Hover */
.navbar ul li:hover > ul {
	display: inherit;
	background-color: #EFEFEF;
	list-style: none;
}
 
/* First Tier Dropdown */
.navbar ul ul li {
	float: none;
	display: list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
.navbar ul ul ul  {
	position: relative;
	top: -26px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left: -100%;
	z-index: 1498;
}

.navbar ul li:nth-last-of-type(1) ul {
	right: 0px;
}

.navbar li > a:only-child:after {
	content: '';
}


/* Alert Boxes
--------------------------------------------*/
.error, .alert, .notice, .success, .info {
	padding: 10px !important;
	border: 1px solid #ddd;
	margin: 15px auto !important;
	border-radius: 0.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	width: 735px;
}
.error h1, .alert h1, .notice h1, .success h1, .info h1 {
	margin: 0 !important;
	float: none;
	clear: both;
	font: bold normal 18px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #000 !important;
}
.error ul, .alert ul, .notice ul, .success ul, .info ul {
	list-style: none !important;
	margin: 10px 0 5px 15px !important;
	font-size: 12px;
	line-height: 18px;
}
.error ul li, .alert ul li, .notice ul li, .success ul li, .info ul li {
	list-style: none !important;
}
.error p, .alert p, .notice p, .success p, .info p {
	list-style: none;
	margin: 5px 0 5px 15px;
	font-size: 12px;
	line-height: 18px;
}
.error {background:#fbe3e4;color:#000;border-color:#CC0000; }
.alert {
	background-color: #FFFFF0 !important;
	color: #000;
	border-color: #FF8500 !important;
}
.notice {background:#fff6bf;color:#000;border-color:#CC0000;}
.success {
	background-color: #CCEFC2;
	color: #000;
	border-color: #00732F;
}
.info {background:#d5edf8;color:#000;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11; }
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

.msg {
	margin:2em;
	font-size:medium;
	font-style:italic;
	text-align:center;
	}




/* Footer
--------------------------------------------*/

.footer_nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	color: #000;
	white-space: nowrap;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	margin: 20px 0 0 0 !important;
}

.footer_nav a {
	vertical-align: middle;
	color: #000;
	margin: 0 10px;
	text-decoration: none;
}

.footer_nav a:first-child {
	margin-left: 0;
}

.footer_nav a:hover,
.footer_nav a:focus {
	color: #900 !important;
	text-decoration: underline !important;
}

.chatlio-widget {
	transform: scale(0.75);
}

.chatlio-title-bar-button {
	margin: 0 !important;
}

#display_message {
	margin-top: 25px !important; /** need important to override alert class ***/
}
